home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- REM This is a sample AUTOEXEC.BAT
- REM with a CAPSTEST line upfront
- CAPSTEST
- IF ERRORLEVEL 64 IF NOT ERRORLEVEL 65 GOTO SKIP
-
- (Normal AUTOEXEC.BAT stuff goes here)
-
- PROMPT $P:
- PATH C:\DOS;C:\BIN
- GOTO END
- :SKIP
- ECHO You pressed CapsLock to have AUTOEXEC.BAT
- ECHO skip around all its time-consuming routines
- :END
-